Appliance Tls ManualParameters Global ProtocolVersionInfo
Appliance Tls ManualParameters Global ProtocolVersionInfo
The Appliance Tls ManualParameters Global ProtocolVersionInfo schema contains the information about the TLS protocol version and its ciphers.
This schema was added in vSphere API 8.0.3.0.
JSON Example
{
"version": "string",
"ciphers": [
"string"
]
}
string
version
Required
Defines the TLS protocol version.
This property was added in vSphere API 8.0.3.0.
array of
string
ciphers
Required
Defines the TLS protocol ciphers in IANA form.
This property was added in vSphere API 8.0.3.0.